From c195b8dc4a4c45cee0bdb51d5af84098413b33a2 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 26 Nov 2009 03:24:41 +0000 Subject: [PATCH] (power_letter): Remove duplicate const. --- src/ChangeLog | 4 ++++ src/xdisp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index edc3a32c497..8ccecd12984 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-26 Dan Nicolaescu + + * xdisp.c (power_letter): Remove duplicate const. + 2009-11-25 Jan Djärv * term.c (delete_tty): Remove check for last terminal (bug#4970). diff --git a/src/xdisp.c b/src/xdisp.c index 9612f5cc9cf..0618c8d4bca 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18076,7 +18076,7 @@ pint2str (buf, width, d) readable" representation of the nonnegative integer D to BUF using a minimal field width WIDTH. D should be smaller than 999.5e24. */ -static const const char power_letter[] = +static const char power_letter[] = { 0, /* not used */ 'k', /* kilo */ -- 2.30.2